Q3SpotLight_GetLocation
You can use theQ3SpotLight_GetLocation
function to get the location of a spot light.
TQ3Status Q3SpotLight_GetLocation ( TQ3LightObject light, TQ3Point3D *location);
light
- A spot light object.
location
- On exit, the location of the spot light, in world coordinates.
DESCRIPTION
TheQ3SpotLight_GetLocation
function returns, in thelocation
parameter, the current location of the spot light specified by thelight
parameter.